cody - HTMLify profile

cody
4270 Files
632451 Views
Latest files of /cody/frontendcharm/Mini-Projects/LOADERS/Spinning Torus Knot Using Three.js
html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
body {
padding: 0;
margin: 0;
overflow: hidden;
}
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Spinning Torus Knot Using Three.js</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Spinning Torus Knot Using Three.js</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
import * as THREE from "https://cdn.skypack.dev/three@0.133.1/build/three.module";
import { OrbitControls } from "https://cdn.skypack.dev/three@0.133.1/examples/jsm/controls/OrbitControls";
let scene, camera, renderer, orbit;
init();
render();
import { OrbitControls } from "https://cdn.skypack.dev/three@0.133.1/examples/jsm/controls/OrbitControls";
let scene, camera, renderer, orbit;
init();
render();